
#wrapper {
    background-image: url("./redesign-bg-mobile (1).jpg");
    /* background: rgb(192,0,0);
    background: -moz-linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(139,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(139,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(192,0,0,1) 0%, rgba(139,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c00000",endColorstr="#8b0000",GradientType=1); */
}

body[data-source^="tiktok"] #wrapper {
    background-color: #000000;
    background-image: none;
}

body.solid-bg #wrapper {
    background-image: unset;
}

#wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003d6f",endColorstr="#0071ce",GradientType=1);
}

.container {
    max-width: 100%!important;
    min-width: 100%!important;
    padding: 0!important;
}

#congrats-header {
    font-family: 'Arial';
    /* margin-top: 10%; */
    margin: 0 auto 4%;
}

#congrats-header > * {
    line-height: normal;
}

#congrats-header > h3 {
    text-shadow: none;
    -webkit-text-stroke: 0;
    font-family: inherit!important;
    /* font-size: initial; */
}

#congrats-header > h1,
#congrats-header > h2 {
    /* font-family: inherit!important; */
    font-size: initial;
}

.congrats-large {
    /* font-size: 3.2vw!important; */
    /* font-weight: 500!important; */
    text-align: center;
}

.congrats-large.firstname {
    font-size: 4.4vh!important;
    font-weight: 600!important;
    margin-top: 20px!important;
}

#congrats-header h1::after,
#congrats-header h1::before {
    left: 0;
    right: 0;
    position: absolute;
    content: attr(data-content);
}

#congrats-header h1::before {
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    background: -webkit-linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    background: linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#congrats-header h1::after {
    z-index: 0;
    text-shadow:
        5.5px 5.5px    #240000,
        5.25px 5.25px  #240000,
        5px 5px        #240000,
        4.75px 4.75px  #240000,
        4.5px 4.5px    #240000,
        4.25px 4.25px  #240000,
        4px 4px        #240000,
        3.75px 3.75px  #240000,
        3.5px 3.5px    #240000,
        3.25px 3.25px  #240000,
        3px 3px        #240000,
        2.75px 2.75px  #240000,
        2.5px 2.5px    #240000,
        2.25px 2.25px  #240000,
        2px 2px        #240000,
        1.75px 1.75px  #240000,
        1.5px 1.5px    #240000,
        1.25px 1.25px  #240000,
        1px 1px        #240000,
        0.75px 0.75px  #240000,
        0.5px 0.5px    #240000,
        0.25px 0.25px  #240000;
}

#congrats-header h1 {
    margin: 0 auto;
    /* margin: -8px auto -20px; */
    color: #FFF;
    /* font-size: 13vh; */
    /* font-size: 24vw; */
    font-size: 90px;
    font-weight: 800;
    font-family: 'Avenir Black';
    text-align: center;
    /* position: absolute; */
    left: 0;
    right: 0;
    /* text-shadow:
        5.5px 5.5px    #240000,
        5.25px 5.25px  #240000,
        5px 5px        #240000,
        4.75px 4.75px  #240000,
        4.5px 4.5px    #240000,
        4.25px 4.25px  #240000,
        4px 4px        #240000,
        3.75px 3.75px  #240000,
        3.5px 3.5px    #240000,
        3.25px 3.25px  #240000,
        3px 3px        #240000,
        2.75px 2.75px  #240000,
        2.5px 2.5px    #240000,
        2.25px 2.25px  #240000,
        2px 2px        #240000,
        1.75px 1.75px  #240000,
        1.5px 1.5px    #240000,
        1.25px 1.25px  #240000,
        1px 1px        #240000,
        0.75px 0.75px  #240000,
        0.5px 0.5px    #240000,
        0.25px 0.25px  #240000; */
}

#congrats-header h2::after,
#congrats-header h2::before {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: attr(data-content);
}

#congrats-header h2::before {
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    background: -webkit-linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    background: linear-gradient(
        -72deg,
        #b3b3b3,
        #ffffff 16%,
        #b3b3b3 21%,
        #ffffff 24%,
        #d7d7d7 27%,
        #b3b3b3 36%,
        #ffffff 45%,
        #ffffff 60%,
        #b3b3b3 72%,
        #ffffff 80%,
        #b3b3b3 84%,
        #fff
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#congrats-header h2::after {
    z-index: 0;
    text-shadow:
        3px 3px        #000,
        2.75px 2.75px  #000,
        2.5px 2.5px    #000,
        2.25px 2.25px  #000,
        2px 2px        #000,
        1.75px 1.75px  #000,
        1.5px 1.5px    #000,
        1.25px 1.25px  #000,
        1px 1px        #000,
        0.75px 0.75px  #000,
        0.5px 0.5px    #000,
        0.25px 0.25px  #000;
}

#congrats-header h2 {
    color: #FFF;
    margin: -4px auto 20px;
    font-size: 2.8vh;
    font-weight: 800;
    font-family: 'Avenir Black';
    text-align: center;
    /* text-shadow:
        3px 3px        #000,
        2.75px 2.75px  #000,
        2.5px 2.5px    #000,
        2.25px 2.25px  #000,
        2px 2px        #000,
        1.75px 1.75px  #000,
        1.5px 1.5px    #000,
        1.25px 1.25px  #000,
        1px 1px        #000,
        0.75px 0.75px  #000,
        0.5px 0.5px    #000,
        0.25px 0.25px  #000; */
}

.landing_wrap {
    padding: 8px;
    background-color: #240000;
    border: 2px solid #FFF;
    min-width: initial;
    /* max-width: initial; */
    /* width: 70%; */
    max-width: 620px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.landing_wrap_in {
    background: #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#panel-wrapper {
    padding: 20px 0 0;
}

.form-field > input, .form-field > select {
    border: 2px solid #240000
}

.form-container-lp button {
    font-size: 20px;
    background: #ffd814;
}

.win-large {
    margin: auto;
    position: relative;
}

.win-container {
    position: relative;
    /* margin: -13px auto 0; */
    margin: auto;
    /* min-height: 14vh; */
    /* padding-top: 20px; */
}

.win-container > img {
    width: 100%;
    margin: 0 auto;
}

/* #win-twinkle-container::after,
#win-twinkle-container::before {
    display: table;
    content: " ";
} */

/* #win-twinkle-container::after {
    clear: both;
} */

#win-twinkle-container {
    max-height: 110px;
    /* margin-top: -14px; */
}

#win-twinkle-container + .congrats-large {
    margin: 0;
}

#win-twinkle {
    /* width: 38vh; */
    margin: auto;
    /* left: 12%; */
    position: relative;
    min-height: 1px;
    /* padding-right: 15px;
    padding-left: 15px; */
}

#twinkle-sparks {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 95%;
    width: 100%;
    /* position: absolute; */
}

#twinkle-sparks > img.spark {
    width: 64px;
    height: 60px;
    position: absolute;
    overflow: hidden;
    display: inline;
    vertical-align: middle;
}

#twinkle-sparks > img.spark:nth-child(1) {
    top: 0;
    left: 0;
}

#twinkle-sparks > img.spark:nth-child(2) {
    top: 70%;
    left: 20%;
}

#twinkle-sparks > img.spark:nth-child(3) {
    left: 55%;
    top: 1%;
}

#twinkle-sparks > img.spark:nth-child(4) {
    top: 70%;
    left: 80%;
}

@keyframes shake-left {
    0% {
        transform: translate3d(-10px, 0, 0);
    }
    50% {
        transform: translate3d(10px, 0, 0);
    }
    100% {
        transform: translate3d(-10px, 0, 0);
    }
}
@keyframes shake-right {
    0% {
        transform: translate3d(10px, 0, 0);
    }
    50% {
        transform: translate3d(-10px, 0, 0);
    }
    100% {
        transform: translate3d(10px, 0, 0);
    }
}
